From 5cada39b64ae81808bd7c7423166003af2e7e5fe Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 28 Feb 2008 00:04:02 +0000 Subject: [PATCH] * (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked --- RELEASE-NOTES | 2 ++ languages/messages/MessagesEn.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 98588c99ca..526e101eee 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,6 +36,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN image syntax output. * (bug 13100) Added 'preloadtitle' parameter to action=edit§ion=new that pre-fills the section title field. +* (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked + === Bug fixes in 1.13 === diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 2088a6191b..77758b91ca 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -395,7 +395,7 @@ $specialPageAliases = array( 'Emailuser' => array( 'Emailuser' ), 'Confirmemail' => array( 'Confirmemail' ), 'Whatlinkshere' => array( 'Whatlinkshere' ), - 'Recentchangeslinked' => array( 'Recentchangeslinked' ), + 'Recentchangeslinked' => array( 'Recentchangeslinked', 'RelatedChanges' ), 'Movepage' => array( 'Movepage' ), 'Blockme' => array( 'Blockme' ), 'Booksources' => array( 'Booksources' ), -- 2.20.1